DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / IObservableSource<T> Interface / CreateNew Property

In This Topic
    CreateNew Property (IObservableSource<T>)
    In This Topic
    This delegate is used to create new items. If it is null, a public parameterless constructor of type T is used.
    Syntax
    'Declaration
     
    ReadOnly Property CreateNew As Func(Of T)
    Func<T> CreateNew {get;}
    See Also